home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / ColourIn.dxr / Internal_13_Goto Marker on Mouse Down.ls < prev    next >
Encoding:
Text File  |  2003-09-29  |  193 b   |  11 lines

  1. property myMarker
  2. global HeadDirection
  3.  
  4. on mouseDown
  5.   go(myMarker)
  6. end
  7.  
  8. on getPropertyDescriptionList
  9.   return [#myMarker: [#comment: "Jump To Marker", #format: #marker, #default: EMPTY]]
  10. end
  11.